home *** CD-ROM | disk | FTP | other *** search
/ Curio City 11 / CURIO11.bin / pc / movie / namio / qz_r.dir / 00037_ñÇñ@êwÉèÅ[Év.ls < prev    next >
Encoding:
Text File  |  1998-01-01  |  241 b   |  13 lines

  1. on exitFrame
  2.   global gqzlist
  3.   if getaProp(gqzlist, #drtakibi) = 1 then
  4.     puppetSound(3, "WARP")
  5.     puppetTransition(26, 4, 5, 1)
  6.     go("A3")
  7.   else
  8.     puppetSound(3, "WARP")
  9.     puppetTransition(26, 4, 5, 1)
  10.     go("A3")
  11.   end if
  12. end
  13.